From 2cb3d295f2725124ebd4c5f7479a16b4b93cfbf6 Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Wed, 7 Sep 2005 16:52:49 +0000 Subject: [PATCH] Remove debug printk. Signed-off-by: Christian Limpach --- xen/common/event_channel.c | 1 - 1 file changed, 1 deletion(-) diff --git a/xen/common/event_channel.c b/xen/common/event_channel.c index 5f6cafc87a..6ad5c25788 100644 --- a/xen/common/event_channel.c +++ b/xen/common/event_channel.c @@ -274,7 +274,6 @@ static long evtchn_bind_virq(evtchn_bind_virq_t *bind) out: spin_unlock(&d->evtchn_lock); - printk("evtchn_bind_virq %d port %d\n", virq, port); if ( port < 0 ) return port; -- 2.30.2